home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1996 July / Macworld (1996-07).dmg / Demos / frEQout demo / INTERVU / INTERVU / INTERVU.DXR / 00128.ls < prev    next >
Encoding:
Text File  |  1996-03-28  |  128 b   |  10 lines

  1. on exitFrame
  2.   global x
  3.   if x < 3 then
  4.     puppetSound(1, 0)
  5.     puppetSound(1, 317)
  6.   else
  7.     puppetSound(1, 0)
  8.   end if
  9. end
  10.